home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / pcgames / EMERGY / DX5SDK / SDK / SAMPLES / ROCKEM / readme.txt
Text File  |  1997-07-14  |  1KB  |  33 lines

  1. Rockem 3D Sample Game
  2. ---------------------
  3.  
  4. This game demonstrates many of the features of Direct X, including DirectDraw,
  5. Direct 3D & DirectSound. It also demonstrates DirectSound3D.
  6. It is important to note that this game is not optimised for raw speed.  It
  7. is meant to give a clear demonstration of how the DirectX technologies can
  8. be used.
  9.  
  10. When you build this sample, it will create a rockem3d.exe file in either
  11. the retail or debug subdirectories, depending on which version you built.
  12. However, you must then copy the .exe up one directory to the Rockem sample
  13. root (i.e. c:\dxsdk\sdk\samples\rockem).  This is because rockem also needs
  14. to find its .wav files and other resources from that dir.
  15.  
  16. The commands which this game recognizes are listed on the opening screen.
  17.  
  18.     ESC                - Quit
  19.     F1              - Camera side view
  20.     F2              - Camera behind view
  21.     F3              - Camera head view
  22.     F5              - Toggle stats
  23.     F6              - Go up a video mode
  24.     F7              - Go down a video mode
  25.     END             - Highest video mode
  26.     HOME            - Lowest video mode
  27.     Control - M     - Toggle music
  28.     Control - S     - Toggle sound
  29.     Control         - Block
  30.     SpaceBar        - Attack
  31.     Up Arrow        - Move forward
  32.     Down Arrow      - Move backwards
  33.